home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 6 / MacMania 6.toast / / Tools&Utilities / TouchMe 1.2□ / touchMe 1.2 Folder / touchMe source codes / CW11 PP source / source / touchMeCaptions.r < prev    next >
Encoding:
Text File  |  1997-04-25  |  833 b   |  31 lines  |  [TEXT/CWIE]

  1. // ==================================================
  2. //    touchMeCaptions.r
  3. //    Copyright (C) 1997 Mizutori Tetsuya
  4. //    April 25, 1997.
  5. // ==================================================
  6. //    All documents are pretty-printed in 10-point Geneva font.
  7.  
  8. #define SystemSevenOrLater    TRUE
  9.  
  10. #include <Types.r>
  11. #include <SysTypes.r>
  12. #include <PowerPlant.r>
  13.  
  14.  
  15. // --------------------------------------------------
  16. //    • 'STR#' ID=1000
  17. // --------------------------------------------------
  18.  
  19. resource 'STR#' (1000, purgeable) {
  20.     {    /* array StringArray: 6 elements */
  21.         /* [1] */    "touchMe Prefs",
  22.         /* [2] */    "touchMe Guide",
  23.         /* [3] */    "Help touchMe",
  24.         /* [4] */    "Choose a file or folder to touch",
  25.         /* [5] */    "Choose a document for its file type",
  26.         /* [6] */    "Choose a document or application for its creator type"
  27.     }
  28. };
  29.  
  30. // end of resources
  31.